UI_EN = {
    UI_options_NepHB_activationKey = "Keybind",
    UI_options_NepHB_activationKey_tooltip = "Key to toggle high beams on/off",

    UI_options_UNIQUEID_multiTick = "Multi-tick Box",
    UI_options_UNIQUEID_multiTick_tooltip = "This one is unique, and can support many check boxes! You can get the value by calling config.multiBox.getValue(X), where X is the entry you want!",
    UI_options_UNIQUEID_multiTick_1 = "First Option",
    UI_options_UNIQUEID_multiTick_2 = "Second Option",

    UI_options_NepHB_glowMode = "Glow level",
    UI_options_NepHB_glowMode_tooltip = "how much light to create outside the central beam?",
    UI_options_NepHB_glowMode_1 = "Excessive",
    UI_options_NepHB_glowMode_2 = "Medium",
    UI_options_NepHB_glowMode_3 = "Low",


    UI_options_NepHB_fixHeadlights = "Fix Headlights"
    UI_options_NepHB_fixHeadlights_tooltip = "Keeps headlight condition at 100%"

    UI_options_NepHB_DebugMode = "Debug Mode",
    UI_options_NepHB_DebugMode_tooltip = "prints extra output to the console",


}